Show AllShow All

GAMMAINV

See Also

Returns the inverse of the gamma cumulative distribution. If p = GAMMADIST(x,...), then GAMMAINV(p,...) = x.

You can use this function to study a variable whose distribution may be skewed.

Syntax

GAMMAINV(probability,alpha,beta)

Probability    is the probability associated with the gamma distribution.

Alpha    is a parameter to the distribution.

Beta    is a parameter to the distribution. If beta = 1, GAMMAINV returns the standard gamma distribution.

Remarks

Given a value for probability, GAMMAINV seeks that value x such that GAMMADIST(x, alpha, beta, TRUE) = probability. Thus, precision of GAMMAINV depends on precision of GAMMADIST. GAMMAINV uses an iterative search technique. If the search has not converged after 100 iterations, the function returns the #N/A error value.

Example

The example may be easier to understand if you copy it to a blank worksheet.

ShowHow?

 
1
2
3
4
A B
Data Description
0.068094 Probability associated with the gamma distribution
9 Alpha parameter to the distribution
2 Beta parameter to the distribution
Formula Description (Result)
=GAMMAINV(A2,A3,A4) Inverse of the gamma cumulative distribution for the above terms (10)